projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a571847
)
delete obsolte and unused macro. (#1166)
author
tsteven4
<13596209+tsteven4@users.noreply.github.com>
Tue, 29 Aug 2023 00:52:22 +0000
(18:52 -0600)
committer
GitHub
<noreply@github.com>
Tue, 29 Aug 2023 00:52:22 +0000
(18:52 -0600)
defs.h
patch
|
blob
|
history
diff --git
a/defs.h
b/defs.h
index e024252814675417971c61131b822fd519508a4b..692742a261d390b58bcd3d8201bd4006bc6a872c 100644
(file)
--- a/
defs.h
+++ b/
defs.h
@@
-118,13
+118,6
@@
constexpr double KNOTS_TO_MPS(double a) {return a * kMPSPerKnot;}
constexpr int kDatumOSGB36 = 86; // GPS_Lookup_Datum_Index("OSGB36")
constexpr int kDautmWGS84 = 118; // GPS_Lookup_Datum_Index("WGS 84")
-/* Pathname separator character */
-#if __WIN32__
-# define GB_PATHSEP '\\'
-#else
-# define GB_PATHSEP '/'
-#endif
-
/*
* Common definitions. There should be no protocol or file-specific